projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b985297
)
(sh-mode): Remove ! in column 1.
author
Erik Naggum
<erik@naggum.no>
Sat, 11 Nov 1995 14:35:47 +0000
(14:35 +0000)
committer
Erik Naggum
<erik@naggum.no>
Sat, 11 Nov 1995 14:35:47 +0000
(14:35 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 819e4fd69f4eb7ba5161932179da610c9ddfc6b2..3d8214a13a023af0fe8f32bdd0d791001a8a5226 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-656,7
+656,7
@@
with your script for an edit-interpret-debug cycle."
(indent-rigidly b (point) sh-indentation)))
skeleton-end-hook (lambda ()
(or (eolp) (newline) (indent-relative)))
-
!
paragraph-start (concat page-delimiter "\\|$")
+
paragraph-start (concat page-delimiter "\\|$")
paragraph-separate paragraph-start
comment-start "# "
comint-dynamic-complete-functions sh-dynamic-complete-functions